index_of

pure function index_of(value: T): integer

Search for the first occurrence of the specified element within this list.

Return

the index of the first occurrence of the element within this list, or -1 if the element does not occur in this list

Since

0.9.0

Parameters

value

the element for which to search